.box-container-categ{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto; 
    margin-bottom: 40px;
    width: 90%; 
  
  
  }
       
  .boxforme{
    border-width:0px;
    border-color:transparent;
    background-color:#f1f4f9;
    padding-bottom:24px;
    position:relative;
    flex-direction: column;
     width:340px;
    height: 280px;
   margin-right: 4%;
   text-align: center;
   box-shadow: 7px 7px 8px rgba(0,0,0,0.5);
   margin-left: 4%; 
   margin-top: 40px;
    padding-top: auto; 
  
  display: block;
    }
    .centerDivStyle {
    display: flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:85px
  };
  .boxformeArticle{
    border-width:0px;
    border-color:transparent;
    padding-bottom:24px;
    position:relative;
    flex-direction: column;
 
    text-align: center;
   margin-left: 15px;

   margin-top: 40px;
    padding-top: auto; 
  
  display: block;
    }
    .boxformeArticle img{
      width:340px;height:300px;
    }
    .box-container-Article{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin: auto; 
      margin-bottom: 40px;

      
    
    
    }
    .centerDivArticle {
      
      justify-content:center;
      align-items:center;
      width:340px;
       background-color: #1c2129;
      color: white;
      height:125px;

    };
 
    .pDate{
      font-size: 10px;
      background-color: #e75917;
      text-align: center;
    }
    .centerDivArticle h2{
      font-size: 18px;
      padding: 9px;
      text-align: center;
    }
    .centerDivArticle p{
      text-align: center;  color: #888; padding-top: 5px;
    }